home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00387_Script_387 < prev    next >
Text File  |  1997-03-18  |  2KB  |  86 lines

  1. on mouseUp
  2.   global myframe
  3.   
  4.   puppetSprite 1, TRUE
  5.   puppetSprite 2, TRUE
  6.   puppetSprite 3, TRUE
  7.   puppetSprite 4, TRUE
  8.   puppetSprite 5, TRUE
  9.   puppetSprite 6, TRUE
  10.   puppetSprite 7, TRUE
  11.   puppetSprite 8, TRUE
  12.   puppetSprite 9, TRUE
  13.   puppetSprite 10, TRUE
  14.   puppetSprite 11, TRUE
  15.   puppetSprite 12, TRUE
  16.   puppetSprite 13, TRUE
  17.   puppetSprite 16, TRUE
  18.   puppetSprite 30, TRUE
  19.   puppetSprite 32, TRUE
  20.   puppetSprite 33, TRUE
  21.   puppetSprite 34, TRUE
  22.   puppetSprite 35, TRUE
  23.   puppetSprite 36, TRUE
  24.   puppetSprite 37, TRUE
  25.   puppetSprite 38, TRUE
  26.   puppetSprite 39, TRUE
  27.   puppetSprite 40, TRUE
  28.   puppetSprite 41, TRUE
  29.   puppetSprite 46, TRUE
  30.   set the visible of sprite 1 to TRUE
  31.   set the visible of sprite 2 to TRUE
  32.   set the visible of sprite 3 to TRUE
  33.   set the visible of sprite 4 to TRUE
  34.   set the visible of sprite 5 to TRUE
  35.   set the visible of sprite 6 to TRUE
  36.   set the visible of sprite 7 to TRUE
  37.   set the visible of sprite 8 to TRUE
  38.   set the visible of sprite 9 to TRUE
  39.   set the visible of sprite 10 to TRUE
  40.   set the visible of sprite 11 to TRUE
  41.   set the visible of sprite 12 to TRUE
  42.   set the visible of sprite 13 to TRUE
  43.   set the visible of sprite 16 to TRUE
  44.   set the visible of sprite 30 to TRUE
  45.   set the visible of sprite 32 to TRUE
  46.   set the visible of sprite 33 to TRUE
  47.   set the visible of sprite 34 to TRUE
  48.   set the visible of sprite 35 to TRUE
  49.   set the visible of sprite 36 to TRUE
  50.   set the visible of sprite 37 to TRUE
  51.   set the visible of sprite 38 to TRUE
  52.   set the visible of sprite 39 to TRUE
  53.   set the visible of sprite 40 to TRUE
  54.   set the visible of sprite 41 to TRUE
  55.   set the visible of sprite 46 to TRUE
  56.   puppetSprite 1, FALSE
  57.   puppetSprite 2, FALSE
  58.   puppetSprite 3, FALSE
  59.   puppetSprite 4, FALSE
  60.   puppetSprite 5, FALSE
  61.   puppetSprite 6, FALSE
  62.   puppetSprite 7, FALSE
  63.   puppetSprite 8, FALSE
  64.   puppetSprite 9, FALSE
  65.   puppetSprite 10, FALSE
  66.   puppetSprite 11, FALSE
  67.   puppetSprite 12, FALSE
  68.   puppetSprite 13, FALSE
  69.   puppetSprite 16, FALSE
  70.   puppetSprite 30, FALSE
  71.   puppetSprite 32, FALSE
  72.   puppetSprite 33, FALSE
  73.   puppetSprite 34, FALSE
  74.   puppetSprite 35, FALSE
  75.   puppetSprite 36, FALSE
  76.   puppetSprite 37, FALSE
  77.   puppetSprite 38, FALSE
  78.   puppetSprite 39, FALSE
  79.   puppetSprite 40, FALSE
  80.   puppetSprite 41, FALSE
  81.   puppetSprite 46, FALSE
  82.   set the text of cast "productheadline2" to EMPTY
  83.   set myframe = the frame
  84.   go to frame "Hauptmenu" 
  85.   
  86. end